<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*========banner_row========*/
.banner_row{
	width: 100%;
	height: 510px;
	overflow: hidden;position:relative;
}
.banner_row .bd{}
.banner_row .bd li a{
	display: flex;
	justify-content: center;
}
.banner_row .hd{
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom:35px;
    z-index: 1;
}
.banner_row .hd ul{
    zoom: 1;
    display: flex;
    justify-content: center;
}
.banner_row .hd ul li{
    margin: 0 4px;
    width: 36px;
    height: 4px;
    background: rgba(255,255,255,1);
    border-radius: 2px;
    cursor:pointer;
}
.banner_row .hd ul li.on{
    background: #3481c5;
}

/*========main_conter========*/
.top_img_row{
	background-color: #fff;
	padding: 26px 0 40px;
}
.top_img_in{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.top_img_in .hd{}
.top_img_in .hd .prev,
.top_img_in .hd .next{
	display: block;
	width: 10px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 68px;
}
.top_img_in .hd .prev{
	left: 0;
	background: url(../images/top-img-prev.jpg) no-repeat;
}
.top_img_in .hd .next{
	right: 0;
	background: url(../images/top-img-next.jpg) no-repeat;
}
.top_img_in .bd{
	width: 1130px;
	margin: 0 0 0 38px;
	overflow: hidden;
}
.top_img_in .bd ul{
	overflow: hidden;
	zoom: 1;
	padding-top: 20px;
}
.top_img_in .bd ul li{
	width: 200px;
	margin: 0 31px 0 0;
	float: left;
	text-align: center;
	position: relative;
	padding-top: 20px;
}
.top_img_in .bd ul li .pic{
	text-align: center;
}
.top_img_in .bd ul li .pic img{
	width: 104px;
	height: 104px;
	transition: all .5s linear;
}
.top_img_in .bd ul li a:hover .pic img{
	opacity: 0;
}
.top_img_in .bd ul li .pic img.animation_img{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -52px;
	opacity: 0;
}
.top_img_in .bd ul li a:hover .pic img.animation_img{
	opacity: 1;
	top: 20px;
}
.top_img_in .bd ul li p{
	font-size: 20px;
}
.top_img_in .bd ul li a:hover p{
	color: #3481c5;
}
.top_img_in .bd ul li span{
	display: block;
	font-size: 14px;
	color: #b3b3b3;
	padding-top: 6px;
}

.bg_blue{
	background-color: #f9fbff;
	padding: 30px 0;
}

.flex_row{
	display: flex;
	justify-content: space-between;
}

.zctj_row{
	width: 646px;
	height: 662px;
	background-color: #fff;
	padding: 0 40px;
	box-sizing: border-box;
}

.index_title_row{
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
}
.index_title_row div p{
	font-size: 25px;
}
.index_title_row div span{
	font-size: 14px;
	color: #9ec5ea;
	padding: 4px 0 0;
	display: block;
}
.index_title_row a{
	font-size: 15px;
	color: #999;
	margin-top: 16px;
}
.index_title_row a:hover{
	color: #3481c5;
}

ul.zctj_in{	}
ul.zctj_in li{
	padding: 20px 0;
}
ul.zctj_in li a{
	display: flex;
	justify-content: space-between;
}
ul.zctj_in li+li{
	border-top: 1px solid #e5e5e5;
}
ul.zctj_in li .zctj_in_left{}
ul.zctj_in li .zctj_in_left img{
	width: 262px;
	height: 148px;
}
ul.zctj_in li .zctj_in_right{
	width: 282px;
}
ul.zctj_in li .zctj_in_right p{
	font-size: 16px;
	color: #333;
	padding: 26px 0 0;
}
ul.zctj_in li .zctj_in_right p b{
	font-size: 24px;
	font-weight: normal;
	color: #3481c5;
}
ul.zctj_in li .zctj_in_right span{
	display: block;
	font-size: 18px;
	color: #333;
	padding-top: 16px;
}
ul.zctj_in li a:hover .zctj_in_right span{
	color: #3481c5;
}
ul.zctj_in li .zctj_in_right i{
	display: block;
	width: 21px;
	height: 16px;
	background: url(../images/zctj-arrow.jpg) no-repeat;
	margin-top: 23px;
}
.disposal_box{
	display: flex;
	flex-direction: column;
	height: 662px;
}
.zcczgs_row{
	width: 518px;
	flex: 1;
	background-color: #fff;
	padding: 0 40px;
	box-sizing: border-box;
}
ul.zcczgs_font{
	padding-top: 22px;
}

.disposal_box ul.zcczgs_font li{
	border-bottom: 1px solid #e5e5e5;
	line-height: 50px;
}

ul.zcczgs_font li{
	border-bottom: 1px solid #e5e5e5;
	line-height: 58px;
}
ul.zcczgs_font li a{
	display: flex;
	justify-content: space-between;
}
ul.zcczgs_font li a p{
	width: 320px;
	font-size: 18px;
	color: #494949;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
ul.zcczgs_font li a:hover p{
	color: #3481c5;
}
ul.zcczgs_font li a span{
	font-size: 16px;
	color: #999;
}


.focus_row {
    width: 646px;
    height: 418px;
    overflow: hidden;
    position: relative;
	float: right;
	margin-top: 30px;
}
.focus_row .hd {
    height: 10px;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 40px;
}
.focus_row .hd ul {
    zoom: 1;
    float: left;
}
.focus_row .hd ul li {
    cursor: pointer;
    width: 10px;
    height: 10px;
    display: block;
    text-indent: 20px;
    background: #fff;
    float: left;
    margin: 0 0 0 10px;
    border-radius: 5px;
}
.focus_row .hd ul li.on {
    background: #3481c5;
    width: 24px;
    height: 10px;
}
.focus_row .bd{
    position: relative;
    height: 100%;
    z-index: 0;
}
.focus_row .bd li{
    zoom: 1;
}
.focus_row .bd img{
    width: 646px;
    height: 418px;
}
.focus_row .bd p{
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 470px;
    margin-left: 20px;
    z-index: 111;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.focus_row .bd p a{
    color: #fff;
    text-decoration: none;
}
.focus_row .bd div{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    background-color: #333;
    width: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.xwzx_row{
	width: 478px;
}

ul.xwzx_font{
	padding-top: 16px;
}


.ddjs_row{
	width: 646px;
	padding-top: 35px;
}

ul.ddjs_font{
	border-top: 1px solid #e5e5e5;
	margin-top: 10px;
}
ul.ddjs_font li{
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
}
ul.ddjs_font li a div{
	display: flex;
	justify-content: space-between;
}
ul.ddjs_font li a div p{
	width: 520px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
}
ul.ddjs_font li a div span{
	font-size: 16px;
	color: #999;
}
ul.ddjs_font li a i{
	display: block;
	font-size: 15px;
	color: #909399;
	font-style: normal;
	padding-top: 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rlzy_row{
	width: 478px;
	padding-top: 35px;
}
.rlzy_in{
	width: 478px;
	border-top: 1px solid #e5e5e5;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	padding-top: 36px;
}
.rlzy_in .hd{
	width: 175px;
}
.rlzy_in .hd ul{}
.rlzy_in .hd ul li{
	width: 175px;
	height: 76px;
	line-height: 76px;
	font-size: 18px;
	padding-left: 78px;
	box-sizing: border-box;
	cursor: pointer;
}
.rlzy_in .hd ul li+li{
	margin-top: 13px;
}
.rlzy_in .hd li a {
    display: inline-block;
    width: 175px;
    height: 76px;
}
.rlzy_in .hd ul li.on a{
	color: #fff;
}
.rlzy_in .hd ul li:nth-child(1){
	background: url(../images/rlzy-nav1.jpg) no-repeat;
}
.rlzy_in .hd ul li.on:nth-child(1){
	background: url(../images/rlzy-nav1a.jpg) no-repeat;
}
.rlzy_in .hd ul li:nth-child(2){
	background: url(../images/rlzy-nav2.jpg) no-repeat;
}
.rlzy_in .hd ul li.on:nth-child(2){
	background: url(../images/rlzy-nav2a.jpg) no-repeat;
}
.rlzy_in .hd ul li:nth-child(3){
	background: url(../images/rlzy-nav3.jpg) no-repeat;
}
.rlzy_in .hd ul li.on:nth-child(3){
	background: url(../images/rlzy-nav3a.jpg) no-repeat;
}
.rlzy_in .bd span img{
	width: 270px;
	height: 254px;
}


/* 业务合作 */
.ywhz_icon{
	position: fixed;
	right: 0;
	top: 414px;
	z-index: 100;
}
.ywhz_icon img{
	width: 104px;
	height: 104px;
	transition: all .5s linear;
}
.ywhz_icon a:hover img{
	opacity: 0;
}
.ywhz_icon img.animation_img{
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -52px;
	opacity: 0;
}
.ywhz_icon a:hover img.animation_img{
	opacity: 1;
	top: 0;
}

.ywhz_tk{
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.9);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	display: none;
	justify-content: center;
	align-items: center;
}
.ywhz_tk_in {
    width: 630px;
    height: 620px;
    background-color: #fff;
    border: 1px solid #9ec5ea;
    box-shadow: 0 0 16px rgb(84 64 9 / 12%);
    position: relative;
}
.ywhz_close {
    position: absolute;
    right: 20px;
    top: 30px;
}
.ywhz_tk_in h1 {
    font-size: 22px;
    color: #3481c5;
    text-align: center;
    padding-top: 20px;
}

.ywhz_row{
	padding: 20px 46px 0;
	line-height: 44px;
}
.ywhz_row p{
	width: 102px;
	text-align: right;
	font-size: 16px;
	color: #494949;
	float: left;
}
.ywhz_row input.long_row {
    width: 420px;
    height: 38px;
    float: left;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
}
.ywhz_row i{
	font-size: 24px;
	color: #f11e14;
	font-style: normal;
	float: right;
}

.input_dx{
	font-size: 16px;
	float: left;
}
.input_dx input{
    display: none;
}
.input_dx label{
    position: relative;
    font-weight: normal;
    background: url("../images/id_icon1.jpg") no-repeat;
    padding-left: 26px;
    cursor:pointer;
    height: 26px;
	margin-left: 50px;
}
.input_dx label:nth-child(2){
	margin-left: 16px;
}
.input_dx input:checked+label::after{
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/id_icon2.jpg") no-repeat;
}

.ywhz_row textarea.ywjj_font {
    width: 420px;
    height: 130px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
}
.ywhz_row input.long_row.short_row{
	width: 266px;
}
.ywhz_row em{
	float: left;
	margin-left: 10px;
}

.ywhz_btn {
    display: flex;
    justify-content: center;
    padding-top: 6px;
    font-size: 16px;
}
.ywhzbuuton {
    border: 1px solid #3481c5;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 0 10px;
    background-color: #3481c5;
    color: #fff;
}
.ywhzresetbuuton {
    border: 1px solid #3481c5;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 0 10px;
    background-color: #fff;
    color: #3481c5;
}

.yzm_btn {
    display: flex;
    justify-content: center;
    font-size: 16px;
}
.smsbtn {
    color: #3481c5;
    border: 1px solid #3481c5;
    background-color: #fff;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 0 5px;
}
.smsbtndis{
    color: #c6cbd0;
    border: 1px solid #b4bcc2;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 0 5px;
}
.font-count {
    float: right;
    padding-right: 30px;
    font-size: 14px;
    color: #999;
    line-height: 30px;
}
</pre></body></html>